From 4e7a0801e00fee7f308bc5643006571777d861ea Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 10 Jun 2004 11:04:01 +0000 Subject: [PATCH] typo sorry --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 85b16edc2f..71bd88f731 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1221,7 +1221,7 @@ class Title { # append the last child. # TODO : We should have a last child unless there is an error in the # "categorylinks" table. - if(isset($lastchild) { $result .= $lastchild; } + if(isset($lastchild)) { $result .= $lastchild; } $result .= "
\n"; -- 2.20.1